From 34d907515a3f6d661bff89db3472a09f42845406 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 14 Feb 2001 11:38:36 +0000 Subject: [PATCH] (reseat_1): Set iterator's end_charpos to ZV. --- src/xdisp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xdisp.c b/src/xdisp.c index 94e3f41b14c..60354b9d8d6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3716,6 +3716,7 @@ reseat_1 (it, pos, set_stop_p) it->current.pos = it->position = pos; XSETBUFFER (it->object, current_buffer); + it->end_charpos = ZV; it->dpvec = NULL; it->current.dpvec_index = -1; it->current.overlay_string_index = -1; -- 2.30.2